@charset "utf-8";
html,body{width:100%;}
a,p{
    font-size: 14px;
}
.d-block{
    display: block;
}
.w-100{
    width: 100%;
}
.w1400{
   width: 1400px;
   margin: 0 auto;
   overflow: hidden;
}
.w1900{
   width: 1920px;
   margin: 0 auto;
   overflow: hidden;
   display: flex;
   justify-content: space-between;
   overflow: visible;
   
}
.top{
   height: 110px;
   position: absolute;
   top: 0;
   left: 50%;
	transform: translate(-50%,0);
   background: url(../images/topbg.png) center no-repeat;
   z-index: 10;
}
.top.fixed{
    position: fixed;
}
.top.w1400{
   display: flex;
   justify-content: space-between;
   overflow: visible;
}
.logo{
   width: 340px;
   height: 57px;
   background: url(../images/logo.png) 0 0 no-repeat;
   margin-top: 31px;
   margin-left: 180px;
}
.nav{
   width: auto;
   height: 100px;
   margin-top: 10px;
   display: flex;
   margin-right: 255px;
}
.nav li{
   width: 135px;;
   height: 100px;
   position: relative;
}
.nav li .a1{
   width: 168px;
   height: 100px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.nav li .a1 .sp1{
   font-size: 16px;
   color: #fff;
}
.nav li .a1 .sp2{
   font-size: 12px;
   color: #fff;
}
.nav li .subnav{
   width: 168px;
   height: auto;
   position: absolute;
   top: 100px;
   left: 0;
   display: none;
}
.nav li:hover .subnav{
   display: block;
}
.nav li a{
   text-decoration: none;
}
.nav li:hover .subnav .a2{
   display: block;
   width: 100%;
   height: 36px;
   border: 1px solid rgba(255,255,255,0.4);
   background-color: #666666;
   border-radius: 2px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
}
.nav li:hover .subnav .a2:hover{
   border: 1px solid #fff;
   background-color: #133984;
}
.mySwiper a{
    display: inline-block;
	width: 100%;
	height: 100%;
    
    position: relative;
}
.mySwiper a:before{
    content: "";
    position: absolute;
    width: 334px;
    height: 82px;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%,0);
    background: url(../images/swiper-btn.png) center no-repeat;
}
.swiper-slide{
    text-align: center;
}
.search{
   height: 60px;
   background-color: #fff;
}
.searchbox{
   width: 100%;
   height: 60px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.searchbox .left{
   line-height: 60px;
   font-size: 14px;
   box-sizing: border-box;
   padding-left: 33px;
   background: url(../images/searchicon.png) 0 center no-repeat;
}
.searchbox form{
   width: 310px;
   height: 40px;
   display: flex;
   background-color: #f3f3f3;
}
.searchbox form .i1{
   width: 249px;
   height: 40px;
   text-indent: 9px;
   border: none;
   flex-shrink: 0;
   background-color: transparent;
   outline: none;
}
.searchbox form .i2{
   width: 0;
   border: none;
   flex: 1;
   height: 40px;
   background: url(../images/search.png) center center no-repeat;
}
.box1{
    width: 100%;
    height: 880px;
    background: url(../images/box1.jpg) center 0 no-repeat;
    overflow: hidden;
}
.title{
   width: 100%;
   height: 116px;
   margin-top: 35px;
}
.title h1{
   display: block;
   width: 100%;
   height: 57px;
   line-height: 57px;
   font-size: 48px;
   font-weight: bold;
   text-align: center;
   color: #fff;
}
.title .title-jiange{
   width: 100%;
   height: 35px;
}
.title .title-jiange i{
   display: block;
   width: 100%;
   height: 35px;
}
.titleicon1{
   background: url(../images/titleicon1.png) center 0 no-repeat;
}
.title span{
   display: block;
   width: 100%;
   height: 24px;
   line-height: 24px;
   text-align: center;
   color: #fff;
   font-size: 14px;
}
.box1-cont{
   width: 720px;
   margin-top: 40px;
}

.box-cont-top h1{
   display: block;
   width: 100%;
   height: 34px;
   line-height: 34px;
   font-size: 24px;
   color: #fff;
}
.box-cont-top .txt{
   display: block;
   width: 100%;
   height: 54px;
   line-height: 54px;
   font-size: 30px;
   color: #fff;
}
.box-cont-top .jiange{
   width: 80px;
   height: 2px;
   background-color: #a0a0a0;
   margin-top: 13px;
}
.box-cont-top .content{
   line-height: 40px;
   margin-top: 21px;
   font-size: 16px;
   color: #fff;
}
.box-cont-top a{
   width: 184px;
   height: 56px;
   border:1px solid #ffffff;
   box-sizing: border-box;
   margin-top: 32px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 16px;
   color: #fff;
   padding-right: 20px;
   text-decoration: none;
   border-radius: 3px;
   background: url(../images/aboutbtn.png) 130px 24px no-repeat;
}
.box1list{
   margin-top: 64px;
   width: 780px;
   display: flex;
   justify-content: space-between;
}
.box1list li{
   width: 175px;
   height: 125px;
   border-radius: 6px;
   background-color: rgba(71, 126, 235, 0.4);
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
}
.box1list li h1{
   color: #fff;
   font-size: 36px;
   font-weight: bold;
}
.box1list li h1 span{
    display: inline-block;
}
.box1list li font{
   font-size: 14px;
}
.box1list li .txt{
   font-size: 14px;
   color: #fff;
}
.box2{
   height: 1023px;
   background: #f4f4f4;
}
.title2 h1{
   color: #133984;
}
.title2 span{
   color: #515151;
}
.titleicon2{
   background: url(../images/titleicon2.png) center 0 no-repeat;
}
.indexprod-nav{
   width: 100%;
   height: 40px;
   display: flex;
   justify-content: space-between;
   margin-top: 15px;
}
.indexprod-nav a{
   display: block;
   height: 40px;
   width: 150px;
   text-decoration: none;
   font-size: 16px;
   font-weight: bold;
   box-sizing: border-box;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #133984;
   border-radius: 20px;
   background-color: #133984;
}
.indexprod-nav a:hover{
   background-color: #ccc;
   border: 1px solid #ccc;
   color: #000;
}
.prodlist{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}
.prodlist li{
    width: 335px;
    height: 353px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.prodlist li a{
   display: block;
   width: 100%;
   height: 100%;
}
.prodlist li img{
    width: 100%;
    height: 100%;
}
.prodlist li span{
   display: block;
   width: 100%;
   height: 76px;
   line-height: 76px;
   text-align: center;
   background-color: #d8d8d8;
   position: absolute;
   bottom: 0;
   left: 0;
   font-size: 16px;
   color: #393939;
}
.prodlist li:hover span{
   background-color: #133984;
   color: #fff;
}

.box3{
   height: 545px;
   background: url(../images/box3.jpg) center 0 no-repeat;
}
.titleicon3{
   background: url(../images/titleicon3.png) center 0 no-repeat;
}
.indexprod-nav2{
   width: 100%;
   height: 40px;
   display: flex;
   justify-content: center;
   margin-top: 15px;
}
.indexprod-nav2 a{
   display: block;
   height: 40px;
   width: 143px;
   text-decoration: none;
   font-size: 16px;
   font-weight: bold;
   color: #fff;
   display: flex;
   box-sizing: border-box;
   align-items: center;
   justify-content: center;
   border: 1px solid #fff;
   border-radius: 20px;
   margin: 0 26px;
}
.indexprod-nav2 a:hover{
   background-color: #133984;
   border: 1px solid #fff;
   color: #fff;
}
.quality-box{
    display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.quality-box .box{
    flex: 0 0 31%;
    height: 280px;
    position: relative;
}
.quality-box .box:first-child{
    background: url(../images/qua1.jpg) center no-repeat;
	background-size: cover;
}
.quality-box .box:nth-child(2){
    background: url(../images/qua2.jpg) center no-repeat;
	background-size: cover;
}
.quality-box .box:nth-child(3){
    background: url(../images/qua3.jpg) center no-repeat;
	background-size: cover;
}
.quality-box .box a{
    display: inline-block;
    width: 100px;
    height: 30px;
    text-decoration: none;
	text-align: center;
	line-height: 30px;
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 50%;
	background-color: #133984;
	transform: translate(-50%,0);
	border-left: 3px solid #f7ad03;
	z-index: 10;
}
.quality-box .box:before{
    content: "";
    position: absolute;
    width: 125px;
    height: 115px;
    top: 20%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10;
}
.quality-box .box:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    top: 0;
    left: 0;
}
.quality-box .box:nth-child(1):before{
    background: url(../images/qua1-bg.png) center no-repeat;
}
.quality-box .box:nth-child(2):before{
    background: url(../images/qua2-bg.png) center no-repeat;
}
.quality-box .box:nth-child(3):before{
    background: url(../images/qua3-bg.png) center no-repeat;
}
.quality-box .box a:hover{
    background-color: #f7ad03;
}
.pagebanner10{
    background: url(../images/pagebanner10.jpg) center 0 no-repeat;
}
.box4{
   background-color: #ffffff;
}
.titleicon4{
   background: url(../images/titleicon4.png) center 0 no-repeat;
}

#certify {
	position: relative;
	width: 1200px;
	height: 350px;
	margin: 0 auto
}

#certify .swiper {
	padding-top: 30px;
}

#certify  .swiper-slide {
	width: 352px;
	height: 268px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	position: relative;
	transition: all .3s;
}
#certify  .swiper-slide img{
	width: 100%;height: 100%;
	display:block;
}
#certify  .swiper-slide p {
	line-height: 42px;
	padding-top: 0;
	height: 42px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0;
	background:#000;
	position: absolute;
	bottom: 0;width: 100%
}

.box5{
   height: 770px;
   background: url(../images/box5.jpg) center 0 no-repeat;
}
.titleicon5{
   background: url(../images/titleicon5.png) center 0 no-repeat;
}
.news{
    width: 1400px;
    overflow: hidden;
}
.news a{
    text-decoration: none;
}
.news .news-box{
    padding-top: 30px;
    display: flex;
}
.news .left{
    flex: 0 0 50%;
    background: url(../images/news-left.jpg) center top no-repeat;
}
.news .right{
    flex: 1;
    max-height: 500px;
    overflow: hidden;
}
.news .right a{
    color: #fff;
    display: flex;
}
.news .right a .time{
    flex: 0 0 15%;
    background-color: #fff;
    text-align: center;
    color: #000;
}
.news .right li{
    margin-bottom: 45px;
}
.news .right a .time p:nth-child(1){
    font-size: 28px;
    margin: 25px 0 10px;
}
.news .right a .time p:nth-child(2){
    font-size: 18px;
    margin: 0;
}
.news .right .news-content{
    padding-left: 25px;
}
.news .right .news-content h1{
    font-size: 16px;
    margin-bottom: 15px;
}

/*.news .newslist{*/
/*    height: 1150px;*/
/*    animation: xw 15s linear infinite;*/
/*}*/
/*@keyframes xw {*/
/*  0% {*/
/*    transform: translateY(0);*/
/*  }*/
/*  100% {*/
/*    transform: translateY(-700px);*/
/*  }*/
/*}*/


.box6{
   height: 405px;
}
.titleicon6{
   background: url(../images/titleicon6.png) center 0 no-repeat;
}
.partner-list{
    max-width: 1400px;
    overflow: hidden;
}

.piclist2{
    width: 4800px;
    animation: pr 40s linear infinite;
   display: flex;
   justify-content: space-between;
   margin-top: 55px;
}
@keyframes pr {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translatex(-3400px);
  }
}
.piclist2 li{
   width: 240px;
   height: 160px;
}
.piclist2 li img{
   width: 240px;
   height: 150px;
}
.bottom{
   height: 643px;
   background: url(../images/bottom.png) center 0 no-repeat;
}
.bottom-cont{
   width: 100%;
   height: 250px;
   overflow: hidden;
   box-sizing: border-box;
   padding-top: 18px;
}

.bottom-cont span{
   display: block;
   width: 100%;
   height: 26px;
   line-height: 26px;
   margin-bottom: 7px;
   font-size: 16px;
   color: #fff;
   box-sizing: border-box;
   padding-left: 50px;
}
.bottom-cont span.sp1{
    height: 70px;
}
.bottom-cont2{
   width: 100%;
   display: flex;
   margin-top: 44px;
}
.bottom-left{
   width: 644px;
   height: auto;
   float: left;
}
.bottom-left .btlogo{
   width: 100%;
   height: 61px;
   background: url(../images/btlogo.png) 0 0 no-repeat;
   margin-top:5px;
}
.bottom-left .sp1{
   width: 100%;
   height: 24px;
   line-height: 24px;
   margin-top: 24px;
   font-size: 14px;
   color: #ffffff;
   display: block;
}
.erweima{
   width: 120px;
   height: auto;
   margin-top: 43px;
}
.erweima .pic{
   width: 120px;
   height: 120px;
   background: url(../images/erweima.jpg) 0 0 no-repeat;
}
.erweima span{
   display: block;
   width: 100%;
   line-height: 35px;
   height: 35px;
   text-align: center;
   font-size: 12px;
   color: #fff;
}
.btnav{
   width: auto;
   flex: 1;
   display: flex;
   justify-content: space-between;
}
.btnav li{
   width: 72px;
   height: auto;
}
.btnav li a{text-decoration: none;}
.btnav li .a1{
   display: block;
   width: 100%;
   line-height: 27px;
   font-size: 16px;
   color: #ffffff;
   margin-bottom: 23px;
}
.btnav li .a2{
   display: block;
   width: 100%;
   line-height: 31px;
   font-size: 14px;
   color: #fff;
}
.pagebanner{
   height: 600px;
}
.pagebanner1{
   background: url(../images/pagebanner1.jpg) center 0 no-repeat;
}
.pagebanner2{
   background: url(../images/pagebanner2.jpg) center 0 no-repeat;
}
.pagebanner3{
   background: url(../images/pagebanner3.jpg) center 0 no-repeat;
}
.pagebanner4{
   background: url(../images/pagebanner4.jpg) center 0 no-repeat;
}
.pagebanner5{
   background: url(../images/pagebanner5.jpg) center 0 no-repeat;
}
.locationbg{
   height: 60px;
   background-color: #fafafa;
}
.location{
   display: flex;
   justify-content: space-between;
   height: 60px;
}
.location .left{
   display: flex;
   flex-wrap: wrap;
   padding-left: 30px;
   background: url(../images/location.png) 0 center no-repeat;
   align-items: center;
   font-size: 14px;
   color: #000000;
}
.location .left a{
    text-decoration: none;
    margin-right: 5px;
}
.location .left span{
    margin-right: 5px;
}
.location .pagerightnav{
   display: flex;
   height: 60px;
}
.location .pagerightnav li{
   height: 60px;
   margin-right: 10px;
}
.location .pagerightnav li a{
    min-width: 110px;
   display: inline-block;
   height: 60px;
   padding: 0 13px;
   line-height: 60px;
   text-decoration: none;
   font-size: 16px;
   text-align: center;
   background-color: #133984;
   color: #fff;
}
.location .pagerightnav li a:hover{
   background-color: #ccc;
   color: #000;
}
.page{
   height: auto;
   overflow: hidden;
   padding-top: 35px;
}
.pagecontent{
   width: 100%;
   /*min-height: 500px;*/
   overflow: hidden;
   margin-bottom: 30px;
}
.pagetitle{
   width: 100%;
   height: auto;
   margin-bottom: 15px;
}
.pagetitle h1{
   display: block;
   width: 100%;
   height: 57px;
   line-height: 57px;
   text-align: center;
   font-size: 48px;
   font-weight: bold;
   color: #133984;
}
.pagetitle div{
   margin-top: 7px;
   display: flex;
   align-items: center;
   justify-content: center;
}
.pagetitle div .sp1{
   display: block;
   width: 205px;
   height: 5px;
   background: url(../images/pageicon1.png) 0 0 no-repeat;
}
.pagetitle div .sp2{
   font-size: 14px;
   color: #133984;
   margin: 0 10px;
}
.pagetitle div .sp3{
   display: block;
   width: 205px;
   height: 5px;
   background: url(../images/pageicon2.png) 0 0 no-repeat;
}

.page-prodlist{
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}
.page-prodlist li{
    position: relative;
    overflow: hidden;
   width: 340px;
   height: 310px;
   margin-bottom: 10px;
   margin-right: 13px;
   border-bottom: 4px solid #133984;
}
.page-prodlist li .img-box{
    width: 340px;
    height: 245px;
    position: relative;
    overflow: hidden;
}
.page-prodlist li:nth-child(4n){
   margin-right: 0;
}
.page-prodlist li a{
   text-decoration: none;
   color: #fff;
}
.page-prodlist li img{
   width: 340px;
   height: 340px;
   position: absolute;
   left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
   box-sizing: border-box;
}
.page-prodlist li span{
   display: block;
   text-align: center;
   width: 100%;
   height: 56px;
   line-height: 56px;
   text-align: center;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
}
.page-prodlist li:hover{
   background-color: #133984;
}
.page-prodlist li:hover span{
   color: #fff;
}
.prodpage-right{
   width: 1000px;
   float: right;
   height: auto;
   box-sizing: border-box;
   padding: 0 20px;
   background-color: #fff;
   overflow: hidden;
}
.prodpage{width: 100%;min-height: 403px;border-radius: 5px;}
.prodpage-cont{width: 100%;height: auto;overflow: hidden;margin-bottom: 40px;position: relative;}
.prodpage-cont img{float: left;padding-right: 20px;}
.prodpage-cont p img{float: none;}
.prodpage-cont p{font-size: 16px;}
.prodpage .left{width: 372px;float: left;height: 302px;margin-top: 54px;float: left;}
.prodpage .left img{width:  372px;height:302px;}
.prodpage .right{width: 372px;margin:54px 0 0 54px;}
.prodpage h1{display: block;width: 100%;line-height: 50px;color: #333;font-size:24px;}
.prodpage .right span{display: block;width: 100%;line-height: 29px;margin-top:10px;color: #686868;}
.prodcontent{width: 100%;height: auto;padding-bottom:20px;margin-left: 415px;overflow: hidden;}
.page-newslist{
   width: 100%;
   height: auto;
}
.page-newslist li{
   width: 100%;
   height: 210px;
}
.page-newslist li a{
   width: 100%;
   height: 160px;
   display: flex;
   box-sizing: border-box;
   padding: 0 50px;
   text-decoration: none;
   justify-content: space-between;
   overflow: hidden;
   background-color: #f7f7f7;
   box-shadow: 0 0 3px #f7f7f7;
}
.page-newslist li .left{
   width: 1115px;
   height: auto;
   overflow: hidden;
}
.page-newslist li .left h1{
   display: block;
   width: 100%;
   height: 58px;
   margin-top: 30px;
   line-height: 56px;
   color: #343434;
   font-size: 24px;
   font-weight: bold;
   position: relative;
}
.page-newslist li .left h1::after{
   content: "";
   width: 60px;
   height: 2px;
   position: absolute;
   bottom: 0;
   left: 0;
   background: #343434;
}
.page-newslist li .left span{
   display: block;
   margin-top: 21px;
   line-height: 24px;
   font-size: 16px;
   color: #777777;
}
.page-newslist li .right{
   width: 186px;
   overflow: hidden;
}
.page-newslist li .right h1{
   display: block;
   width: 100%;
   height: 58px;
   line-height: 58px;
   margin-top: 10px;
   color: #343434;
   font-size: 22px;
   text-align: right;
}
.page-newslist li .right div{
   width: 100px;
   height: 40px;
   border-radius: 20px;
   box-sizing: border-box;
   color: #343434;
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #343434;
   float: right;
   margin-top: 25px;
}
.page-newslist li:hover .left h1{
   color: #133984;
}
.page-newslist li:hover .right div{
   border: 1px solid #133984;
   background-color: #133984;
   color: #fff;
}
.newspage{width:100%;float:left;min-height:500px;}
.newshow-top{text-align:center;width:100%;height:auto;overflow:hidden;float:left;}
.newshow-top h1{font-size:24px;margin-top:18px;height:auto;display:block;width:100%;line-height:30px;float:left;color:#333333}
.newshow-top span{font-size:12px;color:#888888;line-height:26px;display:block;float:left;width:100%;margin-top:3px;margin-bottom:10px}
.fengexian1{border-bottom:1px solid #ebebeb;float:left;width:100%;}
.newshow-ct{padding-bottom:27px;color:#555555;float:left;margin-left:15px;margin-right:10px;padding-top:15px;overflow:hidden;}
.newshow-bot{width:100%;position:relative;margin-bottom:5px;float:left;overflow:hidden;margin-top:10px;margin-bottom:10px;}
.newshow-bot span{color:#666666;font-size:13px;display:block;width:550px;margin-top:3px;line-height:20px;margin-left: 15px;}
.newshow-bot span a{color:#666666;text-decoration:none;}
.newshow-bot span a:hover{color:#407aee;}
.piclista{
   width: 100%;
   height: auto;
   display: flex;
   flex-wrap: wrap;
}
.piclista li{
   width: 330px;
   height: 268px;
   margin-bottom: 22px;
   margin-right: 27px;
   box-sizing: border-box;
   padding: 10px;
}
.piclista li:nth-child(4n){
   margin-right: 0;
}
.piclista li img{
   width: 100%;
   height: 100%;
}

.contact{width: 100%;height: 403px;display: flex;background: url(../images/contact.jpg) center 0 no-repeat;}
.map{width: 100%;height: 376px;box-sizing: border-box;border: 1px solid #2364c4;margin-bottom: 30px;}
.nav li:nth-child(6) .subnav a:last-child{
    display:none;
}
.newsnav li:last-child{
    display: none;
}

.contact-box{
    display: flex;
    justify-content: space-between;
}
.contact-box p{
    font-size: 14px;
}
.quality img{
    width: 23%;
    margin: 0 1% 30px 1%;
}
.partner img{
    width: 19%;
    margin: 5px 0.4%;
    border: 1px solid #ccc;
}
.pagecontent.contactbox{
    min-height: auto;
    padding-bottom: 20px;
}
.goods-img{
    width: 300px;
}
.main-about .pagecontent,
.main-about .w1400,
.main-about{
    overflow: inherit;
    font-size: 16px;
}
.about-text p{
    line-height: 30px;
}
.piclist .ces li{
    border-radius: 0px;
    width: auto;
	display: flex;
	align-items: center;
}
.piclist .ces img{
    max-height: 300px;
    height: auto;
}
.contact-box .box span{
    display: inline-block;
	width: 13px;
	height: 13px;
	background: url(../images/at.png) no-repeat;
	background-size: cover;
}
.beian{
    display: block;
    text-align: center;
}
.beian a{
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
}
.cebox{
    display: flex;
    flex-wrap: wrap;
}
.ce-img{
    flex: 0 0 24%;
    margin: 7px;
}
.ce-img img{
    width: 100%;
}
.bottom .sp4 .icon{
    display: inline-block;
    width: 18px;
    height: 15px;
    background: url(../images/footer-icon.png) center no-repeat;
    margin: 0;
    padding: 0;
}
.qua p img{
    width: 32.6%;
}